home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2004 May / pc player 2004-05.iso / Demos / FarCry / Data1.cab / _1C7D71E5D1DC45B586DF17E8B481D0D6 < prev    next >
Encoding:
Text File  |  2004-01-06  |  341 b   |  19 lines

  1. Script:ReloadScript( "SCRIPTS/Default/Entities/AI/NPC_x.lua");
  2.  
  3.  
  4. NPC=CreateAI(NPC_x)
  5.  
  6.  
  7.  
  8. ------------------------------------------------------------------------------------
  9.  
  10. function NPC:Event_Follow(params)
  11.     AI:Signal(0,1,"VAL_FOLLOW",self.id)
  12. end
  13.  
  14.  
  15. function NPC:Event_Lead(params)
  16.     AI:Signal(0,1,"VAL_LEAD",self.id)
  17. end
  18.  
  19.